-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps)!: bump k8s dependencies to 1.30 #13413
Conversation
Signed-off-by: william.vanhevelingen <[email protected]>
Signed-off-by: william.vanhevelingen <[email protected]>
Signed-off-by: william.vanhevelingen <[email protected]>
Signed-off-by: william.vanhevelingen <[email protected]>
@agilgur5 is the mysql test a known failure or did the PR somehow break the metric? |
I don't recall this as a prior flake. You can re-run individual failed tests now (#13000) with a |
/retest |
Signed-off-by: william.vanhevelingen <[email protected]>
hey @terrytangyuan could you take a look please? It's one PR like you requested in #12865 |
endif | ||
$(GOPATH)/bin/go-to-protobuf: | ||
# update this in Nix when upgrading it here | ||
ifneq ($(USE_NIX), true) | ||
# TODO: currently fails on v0.30.3 with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What package is this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure what you mean. It fails to make pre-commit -B
when I bump the version for this go install
go install k8s.io/code-generator/cmd/[email protected]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hold for v3.6
Thank you for this! Since this is a breaking change, we cannot merge now. |
@terrytangyuan, any reason not to merge this to |
You are right. We should merge it to main. Do you want to do another review? @blkperl Could you resolve the conflicts? Thanks! |
Signed-off-by: william.vanhevelingen <[email protected]>
Signed-off-by: william.vanhevelingen <[email protected]>
Signed-off-by: william.vanhevelingen <[email protected]>
@terrytangyuan I've resolved the conflicts. Thanks! |
/retest |
Signed-off-by: william.vanhevelingen <[email protected]>
Signed-off-by: william.vanhevelingen <[email protected]>
Signed-off-by: william.vanhevelingen <[email protected]>
Motivation
Modifications
go.mod
to k8s 1.30dist/kubernetes.swagger.json
version to 1.30workflow/executor/resource.go
to non deprecated functions to appease the lintergetEvents
test helper to truncate annotations from events so thatTestEventNodeEvents
passesVerification
Existing test coverage